home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / the_flor.swf / scripts / DefineButton2_69 / BUTTONCONDACTION on(press).as
Text File  |  2008-11-12  |  157b  |  11 lines

  1. on(press){
  2.    if(wackable == "1")
  3.    {
  4.       set("/:score",eval("/:score") + "1");
  5.       tellTarget("../")
  6.       {
  7.          play();
  8.       }
  9.    }
  10. }
  11.